home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / PureBasic / Extras / Localisation / PB_Compiler_english.ct (.txt) < prev    next >
Encoding:
Amiga Catalog Translation file  |  2000-01-01  |  4.7 KB  |  186 lines

  1. ## version 1
  2. ## language english
  3. ## codeset 0
  4. ; *** English catalog description for PureBasic Compiler V1.50 ***
  5. ; You can modify this file as you need.
  6. ; Rename the 'english.ct' file to 'yourlanguage.ct' and translate the strings
  7. ; in 'yourlanguage.ct' into your language. The translated strings shouldn't be
  8. ; longer than the original strings.
  9. ; Finally use Flexcat to create your catalog:
  10. ; 'Flexcat PureBasic_Editor.cd YourLanguage.ct CATALOG PureBasic_Editor.catalog'
  11. ; Create a directory 'Catalogs/yourlanguage' and then
  12. ; copy 'PureBasic_Editor.catalog' in the 'Catalogs/yourlanguage' directory.
  13. ; Flexcat is freeware (c) by Jochen Wiedmann and available on Aminet.
  14. COMPILER_Error
  15. Error
  16. COMPILER_StartingCompilation
  17. Starting compilation
  18. COMPILER_CompilingLine
  19. Compiling Line:
  20. COMPILER_ErrorAtLine
  21. Error at line
  22. COMPILER_Ok
  23. COMPILER_Abort
  24. Abort
  25. ; Now this part will deal with internal compiler error, sorted by number.
  26. ERROR_1
  27. Syntax Error !
  28. ERROR_2
  29. Too many '(' parenthesis
  30. ERROR_3
  31. Too many ')' parenthesis
  32. ERROR_4
  33. Garbage to the end of line
  34. ERROR_5
  35. Overflow error, trying to write a long value inside a word variable
  36. ERROR_6
  37. ')' expected
  38. ERROR_7
  39. Trying to put numeric value into string variable
  40. ERROR_8
  41. Can't mix strings with numerical values
  42. ERROR_9
  43. Trying to put string into numeric variable
  44. ERROR_10
  45. The specified variable type is different than before
  46. ERROR_11
  47. The specified number is incorrect for the ASL/LSL/ASR/LSR commands (must be 1-31)
  48. ERROR_12
  49. () is not a function, an array, or a linked list  ; ErrorInfo
  50. ERROR_13
  51. Abnormal error ! Please mail us at alphasnd@free.fr
  52. ERROR_14
  53. Bad parameter type: a string was expected
  54. ERROR_15
  55. Bad argument type: an array was expected
  56. ERROR_16
  57. Bad argument type: a linked list was expected
  58. ERROR_17
  59. Strange error: object type not detected
  60. ERROR_18
  61. Another 'End Condition' operand is expected here
  62. ERROR_19
  63. An array must have a name
  64. ERROR_20
  65. A constant numeric value is expected after 'Step'
  66. ERROR_21
  67. After 'For' you must have 'To'
  68. ERROR_22
  69. Illegal expression to For/Next. Must be: 'For Var=Expression To'
  70. ERROR_23
  71. Bad variable for this 'Next'
  72. ERROR_24
  73. A variable is waited after 'Next'
  74. ERROR_25
  75. Only a literal string can be put after 'IncludeBinary'
  76. ERROR_26
  77. Only a literal string can be put after 'IncludePath'
  78. ERROR_27
  79. Only a literal string can be put after 'IncludeFile'
  80. ERROR_28
  81. Only a literal string can be put after 'XIncludeFile'
  82. ERROR_29
  83. XIncluded file not found (
  84. ERROR_30
  85. A valid type must be specified after 'DefType'
  86. ERROR_31
  87. Included file not found ( ; ErrorInfo
  88. ERROR_32
  89. Unfinished condition
  90. ERROR_33
  91. PhxAss error ! Please mail us this file.
  92. ERROR_34
  93. Illegal operator for 'DefType'
  94. ERROR_35
  95. You can't define a procedure inside another procedure
  96. ERROR_36
  97. Impossible to create this procedure !
  98. ERROR_37
  99. 'EndProcedure' without 'Procedure'
  100. ERROR_38
  101. 'Global' only accept 'Variables'
  102. ERROR_39
  103. 'Shared' only accept 'Variables'
  104. ERROR_40
  105. 'Shared' can be used only inside a procedure
  106. ERROR_41
  107. 'Else' without 'If'
  108. ERROR_42
  109. 'Wend' without 'While'
  110. ERROR_43
  111. 'Until' without 'Repeat'
  112. ERROR_44
  113. 'EndIf' without 'If'
  114. ERROR_45
  115. 'EndSelect' without 'Select'
  116. ERROR_46
  117. 'Forever' without 'Repeat'
  118. ERROR_47
  119. 'Next' without 'For'
  120. ERROR_48
  121. '(' is missing after the function call
  122. ERROR_49
  123. ')' is missing to close the function
  124. ERROR_50
  125. Too few argument for the function
  126. ERROR_51
  127. 'Structure' offset ins't found
  128. ERROR_52
  129. Too many parameters for this function
  130. ERROR_53
  131. Too few argument for the procedure
  132. ERROR_54
  133. Numbers between '' are limited to 4 characters
  134. ERROR_55
  135. Too many arguments for the procedure
  136. ERROR_56
  137. Not a valid Decimal number
  138. ERROR_57
  139. Not a valid Hexadecimal number
  140. ERROR_58
  141. Not a valid Binary number
  142. ERROR_59
  143. Numeric overflow: too big number
  144. ERROR_60
  145. Constant not found
  146. ERROR_61
  147. Constant list is FULL !
  148. ERROR_62
  149. A constant can't be composed by a variable or a function
  150. ERROR_63
  151. This constant has already been declared
  152. ERROR_64
  153. A constant must have a name !
  154. ERROR_65
  155. 'EndStructure' without 'Structure'
  156. ERROR_66
  157. A variable in a 'Structure' need a declared Type
  158. ERROR_67
  159. A 'Struture' must have a Name !
  160. ERROR_68
  161. Can't build this 'Structure' (name already took ?)
  162. ERROR_69
  163. Can't have 'Structure' in Structure
  164. ERROR_70
  165. Can't do it, would cause endless recursivity
  166. ERROR_71
  167. 'Structure' not found
  168. ERROR_72
  169. 'EndStructure' is missing
  170. ERROR_73
  171. 'EndProcedure' is missing
  172. ERROR_74
  173. This variable doesn't have a 'Structure'
  174. ERROR_75
  175. This list doesn't have a 'Structure'
  176. ERROR_76
  177. 'NewList' syntax is: NewList listname()
  178. ERROR_77
  179. 'Dim' syntax is: Dim arrayname(nb)
  180. ERROR_78
  181. must be called in your program
  182. ERROR_79
  183. ' is not a valid operator
  184. ERROR_80
  185. Source too large for the demo version
  186.